Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/141 - Luminosity Particle Js/

app.js /cody/swapnilsparsh/30DaysOfJavaScript/141 - Luminosity Particle Js/app.js
231 Views
0 Comments
/* Please view in Chrome for best effects! :) */

// Configure
var MAX_DISTANCE = 200,
PARTICLES = 40,
PARTICLE_SIZ
index.html /cody/swapnilsparsh/30DaysOfJavaScript/141 - Luminosity Particle Js/index.html
429 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

style.css /cody/swapnilsparsh/30DaysOfJavaScript/141 - Luminosity Particle Js/style.css
175 Views
0 Comments
body, html {
margin: 0;
padding: 0;
}

body {
background: #000;
overflow: hidden;